* Client builds fail at linking due to missing targets when
USE_SYSTEM_LIBRARY is true.
#For targets not using pkg-config... and USE_SYSTEM_{DEPENDENCY} is true eg. xdgutils \
#find_dependency needs to be used as when clients (aka appimagelauncher) try to use this library we get linking failure
#because the dependencies of the dependency(libappimnage) targets are not imported. Hope this makes sence.
#Builds fine in debian and appimagelauncher no longer has linking failures.
* Fix typos Unsuported -> Unsupported.
* Revert "Client builds fail at linking due to missing targets when"
[ Aurélien COUDERC ]
* Update symbols from build for 1.0.4-5. (Closes: #1075143)
* Switch build dependency from transitional pkg-config to pkgconf.
* Bump Standards-Version to 4.7.0, no change required.
* Client builds fail at linking due to missing targets when
USE_SYSTEM_LIBRARY is true.
#For targets not using pkg-config... and USE_SYSTEM_{DEPENDENCY} is true eg. xdgutils \
#find_dependency needs to be used as when clients (aka appimagelauncher) try to use this library we get linking failure
#because the dependencies of the dependency(libappimnage) targets are not imported. Hope this makes sence.
#Builds fine in debian and appimagelauncher no longer has linking failures.
* Fix typos Unsuported -> Unsupported.
* Revert "Client builds fail at linking due to missing targets when"
* Client builds fail at linking due to missing targets when
USE_SYSTEM_LIBRARY is true.
#For targets not using pkg-config... and USE_SYSTEM_{DEPENDENCY} is true eg. xdgutils \
#find_dependency needs to be used as when clients (aka appimagelauncher) try to use this library we get linking failure
#because the dependencies of the dependency(libappimnage) targets are not imported. Hope this makes sence.
#Builds fine in debian and appimagelauncher no longer has linking failures.
* Fix typos Unsuported -> Unsupported.
* Revert "Client builds fail at linking due to missing targets when"
Pino Toscano [Tue, 19 Dec 2023 17:16:16 +0000 (18:16 +0100)]
libappimage (1.0.4-5-3) unstable; urgency=medium
* Team upload.
* Update symbols files from the logs of buildds.
* Mark the internal boost-related symbols as optional, as they can change
depending on the boost version.
* Client builds fail at linking due to missing targets when
USE_SYSTEM_LIBRARY is true.
#For targets not using pkg-config... and USE_SYSTEM_{DEPENDENCY} is true eg. xdgutils \
#find_dependency needs to be used as when clients (aka appimagelauncher) try to use this library we get linking failure
#because the dependencies of the dependency(libappimnage) targets are not imported. Hope this makes sence.
#Builds fine in debian and appimagelauncher no longer has linking failures.
* Fix typos Unsuported -> Unsupported.
* Revert "Client builds fail at linking due to missing targets when"
* Client builds fail at linking due to missing targets when
USE_SYSTEM_LIBRARY is true.
#For targets not using pkg-config... and USE_SYSTEM_{DEPENDENCY} is true eg. xdgutils \
#find_dependency needs to be used as when clients (aka appimagelauncher) try to use this library we get linking failure
#because the dependencies of the dependency(libappimnage) targets are not imported. Hope this makes sence.
#Builds fine in debian and appimagelauncher no longer has linking failures.
* Fix typos Unsuported -> Unsupported.
* Revert "Client builds fail at linking due to missing targets when"
* Client builds fail at linking due to missing targets when
USE_SYSTEM_LIBRARY is true.
#For targets not using pkg-config... and USE_SYSTEM_{DEPENDENCY} is true eg. xdgutils \
#find_dependency needs to be used as when clients (aka appimagelauncher) try to use this library we get linking failure
#because the dependencies of the dependency(libappimnage) targets are not imported. Hope this makes sence.
#Builds fine in debian and appimagelauncher no longer has linking failures.
* Fix typos Unsuported -> Unsupported.
* Revert "Client builds fail at linking due to missing targets when"
Pino Toscano [Mon, 2 Jan 2023 07:20:13 +0000 (07:20 +0000)]
libappimage (1.0.4-5-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Fix & simplify the watch file, using the newer template provided by
uscan(1); drop almost all the options, no more needed now.
* Update the patches:
- disable_wget_dependency.patch: drop, no more needed
- enable_debianabimanager.diff: refresh
* Update the build dependencies according to the upstream build system:
- drop desktop-file-utils, libboost-thread-dev, libboost-system-dev, and
xxd, no more needed
* Client builds fail at linking due to missing targets when
USE_SYSTEM_LIBRARY is true.
#For targets not using pkg-config... and USE_SYSTEM_{DEPENDENCY} is true eg. xdgutils \
#find_dependency needs to be used as when clients (aka appimagelauncher) try to use this library we get linking failure
#because the dependencies of the dependency(libappimnage) targets are not imported. Hope this makes sence.
#Builds fine in debian and appimagelauncher no longer has linking failures.
* Fix typos Unsuported -> Unsupported.
* Revert "Client builds fail at linking due to missing targets when"
Pino Toscano [Wed, 28 Dec 2022 07:59:18 +0000 (07:59 +0000)]
libappimage (1.0.4-4) unstable; urgency=medium
* Team upload.
* Drop patch update_cmake_to_look_for_dependency_targets.patch: in addition
to a typo that makes libappimageConfig.cmake an invalid cmake script,
the XdgUtils libraries are not actually exposed as public dependencies.
* Update the dependencies of libappimage-dev to reflect what is actually
searched by the cmake scripts:
- drop xdg-utils-cxx
- explicitly add libglib2.0-dev, and zlib1g-dev
* Hack my previous hack in the patch enable_debianabimanager.diff to make sure
that CMAKE_BUILD_TYPE is set at the of the top-level CMakeLists.txt as it
was passed to cmake; this fixes the generation of the cmake configuration
files for the exported targets.